home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 40
/
Amiga Format CD40 (1999-05-11)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-06].iso
/
-screenplay-
/
shareware
/
starbirds
/
s
/
starbirds.lha
/
sbinstall_e
< prev
next >
Wrap
Text File
|
1999-02-27
|
1KB
|
31 lines
echo ""
echo "Welcome to the installation of Starbirds"
echo "----------------------------------------"
echo ""
echo "For the installation the 'lha' packer is required. Please"
echo "make sure, that the program 'lha' is found in the system path."
echo ""
echo "Please insert a DD floppy disk into drive df0:."
echo "Important: all data on this floppy disk will be lost after"
echo "installation."
echo ""
echo "As soon as you have inserted the disk, please confirm the next"
echo "question with 'y'."
echo ""
ask "Begin installation (y/n)?"
if not warn
quit 0
else
echo "Floppy disk is going to be formatted:"
format drive df0: name Starbirds ofs
install df0:
echo "The starbirds files are going to be installed"
lha x starbirds.lha df0:
echo ""
echo "Installation complete. To start the game, please insert your"
echo "Starbirds floppy disk into drive df0: and boot your AMIGA."
echo "The game will be started automatically."
echo ""
echo "Have fun with Starbirds!"
endif